projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22f073b
)
tests: Fix comment for accuracy
author
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 6 Feb 2019 09:41:49 +0000
(10:41 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 6 Feb 2019 09:41:49 +0000
(10:41 +0100)
The command line for compiling testwindowsize has changed.
tests/testwindowsize.c
patch
|
blob
|
history
diff --git
a/tests/testwindowsize.c
b/tests/testwindowsize.c
index 9f7b029435ba1bbca838993c04f08e58b708bb72..22a8b4d7927ba4d964b0f90be6cc8c9cfb1b6a99 100644
(file)
--- a/
tests/testwindowsize.c
+++ b/
tests/testwindowsize.c
@@
-1,4
+1,4
@@
-/* gcc -g -Wall -O2 -o dialog-test dialog-test.c `pkg-config --cflags --libs gtk
+-3.0
` */
+/* gcc -g -Wall -O2 -o dialog-test dialog-test.c `pkg-config --cflags --libs gtk
4
` */
#include <gtk/gtk.h>
static GtkWidget *window;